Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linear generator #8

Merged
merged 6 commits into from
Oct 15, 2024
Merged

Conversation

xavierbrgt
Copy link
Collaborator

Added a generator for the linear filter . As a consequence the API of gaussian filter changed.

xavierbrgt and others added 6 commits October 11, 2024 10:35
commit b8bb3d3
Author: Xavier Bourguet <[email protected]>
Date:   Wed Aug 14 11:12:35 2024 +0200

    added generic linear filter and gaussian 7x7

    clean up

commit 246db1d
Author: Xavier Bourguet <[email protected]>
Date:   Thu Jul 25 14:14:43 2024 +0200

    added generic linear filter and gaussian 5x5

commit 712e0df
Author: Xavier Bourguet <[email protected]>
Date:   Wed Jul 17 10:46:36 2024 +0200

    generic and gaussian filter 3x3

commit 4360c29
Author: Xavier Bourguet <[email protected]>
Date:   Fri Jul 5 16:53:55 2024 +0200

    creation of template to generate linear filter

    creation of template to generate linear filter

    rename gaussian generic

    clean up in headers, description of functions

    revert modification

    revert

    clean up linear

    commentary added for macros

    before CR

    creation of template to generate linear filter

commit e24a78c
Merge: d873ab9 5e83f57
Author: Xavier Bourguet <[email protected]>
Date:   Fri Jul 5 15:10:22 2024 +0200

    Merge branch 'main' into linear

commit d873ab9
Author: Xavier Bourguet <[email protected]>
Date:   Fri Jul 5 11:44:58 2024 +0200

    clean up sobel xy

commit 29059ee
Author: Xavier Bourguet <[email protected]>
Date:   Fri Jul 5 10:48:52 2024 +0200

    start clean sobel

commit dcde619
Author: Xavier Bourguet <[email protected]>
Date:   Fri Jul 5 09:24:19 2024 +0200

    clean up linear filter

commit 2aeb496
Author: Xavier Bourguet <[email protected]>
Date:   Wed Jun 26 08:41:44 2024 +0200

    clean up

commit 51eff7b
Author: Xavier Bourguet <[email protected]>
Date:   Tue Jun 25 15:50:37 2024 +0200

    added generic kernel for linear filter 3x3

commit ba890e8
Author: Xavier Bourguet <[email protected]>
Date:   Fri Jun 21 14:59:14 2024 +0200

    color conversion broken

commit 40daaae
Merge: 3e9e1ad ca2d16b
Author: Xavier Bourguet <[email protected]>
Date:   Fri Jun 21 14:50:50 2024 +0200

    Merge branch 'main' into test-canny

commit 3e9e1ad
Author: Xavier Bourguet <[email protected]>
Date:   Fri Jun 21 14:48:17 2024 +0200

    clean state of generic linear before merge

commit 8774958
Author: Xavier Bourguet <[email protected]>
Date:   Fri Jun 21 13:23:10 2024 +0200

    Generic linear filter implemented

commit aaf5583
Author: Xavier Bourguet <[email protected]>
Date:   Wed Jun 19 09:36:20 2024 +0200

    merge border loop for generic linear filter

commit f370020
Author: Xavier Bourguet <[email protected]>
Date:   Tue Jun 18 12:37:59 2024 +0200

    save before update

commit dcc5812
Author: Xavier Bourguet <[email protected]>
Date:   Mon Jun 17 15:50:12 2024 +0200

    added scalable version for linear filter
@christophe0606
Copy link
Collaborator

New optimized implementation of linear filters
API has changed
New 5x5 and 7x7 gaussian filters

@christophe0606 christophe0606 merged commit 286e282 into ARM-software:main Oct 15, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants